func runtime.runqput
6 uses
runtime (current package)
proc.go#L1137: runqput(mp.p.ptr(), gp, next)
proc.go#L4334: runqput(pp, gp, true)
proc.go#L4470: runqput(pp, gp, false)
proc.go#L5302: runqput(pp, newg, true)
proc.go#L7478: func runqput(pp *p, gp *g, next bool) {
synctest.go#L202: runqput(pp, bubble.main, true)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |